@font-face {
  font-family: "RobotoRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoMedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
}

@font-face {
  font-family: "Impact";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Impact/Impact.eot");
  src: url("../fonts/Impact/Impact.eot?#iefix") format("embedded-opentype"), url("../fonts/Impact/Impact.woff") format("woff"), url("../fonts/Impact/Impact.ttf") format("truetype");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

b {
  font-weight: normal;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

table {
  border-collapse: collapse;
}

svg:not(:root) {
  overflow: hidden;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  font-family: "RobotoRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #00164f;
  line-height: 1.3;
  background-color: #a1b3c1;
}

textarea, button, select, input {
  display: inline-block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea, select, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type~="submit"] {
  display: block;
  text-align: center;
}

select:hover {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: #00164f;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

header, section {
  position: relative;
  overflow: hidden;
}

img {
  display: block;
  vertical-align: middle;
  border-style: none;
}

.icon-fluid {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.iframe-fluid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/***
  ** Common Styles
  **/
a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.btn {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  border: none;
  background-color: #cc0b2e;
  -webkit-box-shadow: 0 5px 9px 1px rgba(0, 0, 0, .35);
          box-shadow: 0 5px 9px 1px rgba(0, 0, 0, .35);
  font-family: "RobotoBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color .38s, -webkit-box-shadow .38s;
          transition: background-color .38s, -webkit-box-shadow .38s;
       -o-transition: background-color .38s, box-shadow .38s;
          transition: background-color .38s, box-shadow .38s;
          transition: background-color .38s, box-shadow .38s, -webkit-box-shadow .38s;
}

.btn:hover {
  text-decoration: none;
  background-color: #000d30;
  -webkit-box-shadow: 0 5px 9px 1px rgba(0, 0, 0, .7);
          box-shadow: 0 5px 9px 1px rgba(0, 0, 0, .7);
  -webkit-transition: background-color .38s, -webkit-box-shadow .38s;
          transition: background-color .38s, -webkit-box-shadow .38s;
       -o-transition: background-color .38s, box-shadow .38s;
          transition: background-color .38s, box-shadow .38s;
          transition: background-color .38s, box-shadow .38s, -webkit-box-shadow .38s;
}

.price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.price .actual-price {
  padding-left: 25px;
  font-family: "RobotoMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 30px;
  color: #cc0b2e;
  text-shadow: 0 5px 9px rgba(0, 0, 0, .35);
}

.price .old-price {
  position: relative;
  font-size: 24px;
  color: #000;
}

.price .old-price::before {
  position: absolute;
  top: 54%;
  left: 50%;
  display: block;
  width: 110%;
  height: 3px;
  background-color: #f00;
  content: "";
  -webkit-transform: translateX(-50%) rotate(-4deg);
      -ms-transform: translateX(-50%) rotate(-4deg);
          transform: translateX(-50%) rotate(-4deg);
}

/***
  ** Timer
  **/
.timer {
  width: 200px;
  margin-bottom: 20px;
}

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.time-item {
  width: 30%;
  text-align: center;
}

.time-item:first-child .time-num {
  color: #705403;
}

.time-text {
  position: relative;
  top: 2px;
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
}

.time-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 73px;
  background-color: #fbbc05;
  -webkit-box-shadow: 0 5px 9px 1px rgba(0, 0, 0, .35);
          box-shadow: 0 5px 9px 1px rgba(0, 0, 0, .35);
  font-size: 24px;
  color: #000;
}

.time-num > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.time-descr {
  display: block;
  margin-bottom: 10px;
  font-family: "RobotoRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
}

/***
  ** Top Banner
  **/
.top-banner {
  padding: 28px 0 100px;
  background-image: url(../img/content/top-banner-bg.jpg);
  background-position: 50% 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.top-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 392px;
  margin: 0 auto 28px;
}

.top-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  width: 478px;
  margin-right: 60px;
}

.banner-title {
  width: 100%;
  font-size: 2.66667em;
  color: #000;
  text-align: center;
  line-height: 1.04167em;
  text-transform: uppercase;
}

.banner-title__top {
  margin-bottom: 20px;
}

.banner-title__top .banner-highlight::before {
  background-color: #cc0b2e;
}

.banner-highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 1.3;
}

.banner-highlight::before {
  position: absolute;
  top: .31111em;
  left: .01667em;
  right: .07222em;
  bottom: .26667em;
  z-index: -1;
  display: block;
  content: "";
}

.banner-highlight:last-child::before {
  left: .04444em;
  right: .03333em;
}

.top-banner-shoe {
  position: absolute;
  left: 6px;
  top: 12%;
  z-index: 0;
  width: 51.56%;
}

.discount {
  position: absolute;
  z-index: -1;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  font-family: "Impact", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #fff;
}

.discount-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
  position: absolute;
  top: 47%;
  right: 22%;
  -webkit-transform: translateY(-50%) rotate(-5deg);
      -ms-transform: translateY(-50%) rotate(-5deg);
          transform: translateY(-50%) rotate(-5deg);
}

.discount-digit {
  font-size: 72px;
}

.discount-off {
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.discount-off::before {
  position: absolute;
  left: 50%;
  bottom: 70%;
  font-family: "Arial";
  font-weight: bold;
  font-size: 38px;
  content: "%";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.discount__top-banner {
  right: -14%;
  top: 42%;
  width: 262px;
  height: 138px;
  background-image: url(../img/general/discount-bg.png);
}

.top-banner-list {
  margin-bottom: 28px;
  font-size: 18px;
  color: #000;
}

.top-banner-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}

.top-banner-list-item:first-child {
  margin-bottom: 8px;
}

.top-banner-list-item span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
}

.top-banner-list-item span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 18px;
  margin-right: 10px;
}

/***
  ** Features
  **/
.features-protection {
  background-image: url(../img/content/protection-bg.jpg);
  background-position: 100% 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
  z-index: 0;
}

.features .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.features-content {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1005px;
  padding-bottom: 98px;
  font-family: "RobotoMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
  background-color: #a1b3c1;
}

.features-content svg {
  position: absolute;
  display: block;
  width: 67px;
  height: 100%;
  content: "";
  top: 0;
  left: 100%;
  z-index: -2;
}

.features-content .features-triangle {
  fill: #a1b3c1;
}

.features-content::before {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #a1b3c1;
  content: "";
}

.features-content b {
  color: #cc0b2e;
}

.features-text {
  padding: 0 125px;
  margin-bottom: 50px;
  margin-top: -5px;
}

.features-items {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
}

.features-items::before, .features-items::after {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 1.22222em;
  height: 1.22222em;
  background-color: #00164f;
  -webkit-box-shadow: .07778em .07778em .26667em .01667em rgba(0, 0, 0, .35);
          box-shadow: .07778em .07778em .26667em .01667em rgba(0, 0, 0, .35);
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.features-items .fi-leather {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
          order: 1;
}

.features-items .fi-leather .features-item-descr {
  width: 128%;
}

.features-items::before {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
          order: 2;
  margin-top: 4.66667em;
}

.features-items .fi-backing {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
          order: 3;
}

.features-items::after {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
          order: 4;
  margin-top: 4.66667em;
}

.features-items .fi-sole {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
          order: 5;
}

.features-item {
  width: 226px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.features-item-img {
  position: relative;
  width: 11.11111em;
  height: 11.11111em;
  margin-bottom: 1.88889em;
}

.features-item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #cc0b2e;
  -webkit-box-shadow: 0 .27778em .5em .05556em rgba(0, 0, 0, .35);
          box-shadow: 0 .27778em .5em .05556em rgba(0, 0, 0, .35);
  content: "";
  -webkit-transform: rotate(-5.5deg);
      -ms-transform: rotate(-5.5deg);
          transform: rotate(-5.5deg);
}

.features-item-descr {
  line-height: 1.1;
  color: #000c2b;
  font-size: 18px;
  width: 100%;
}

/***
  ** Protection
  **/
.protection .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
}

.protection .btn__order {
  background-color: #fbbc05;
  color: #222;
}

.protection .btn__order:hover {
  background-color: #fe0;
}

.protection-img {
  position: relative;
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
}

.protection-img::before {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -2;
  left: -100vw;
  display: block;
  background: url(../img/content/protection-leaves-bg.png) 100% 100%/auto 100% no-repeat;
  content: "";
}

.protection-spray {
  position: absolute;
  right: 38%;
  bottom: 0;
  z-index: -1;
  width: 42.82%;
}

.discount__protection {
  right: -54%;
  top: 29%;
  width: 262px;
  height: 138px;
  background-image: url(../img/general/discount-bg.png);
  -webkit-transform: rotate(-5.4deg);
      -ms-transform: rotate(-5.4deg);
          transform: rotate(-5.4deg);
}

.discount__protection .discount-inner {
  top: 48%;
  right: 25%;
}

.protection-text {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  padding: 54px 0 70px 15px;
  color: #fff;
}

.protection-title {
  font-family: "RobotoMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 36px;
  color: #fbbc05;
  margin-bottom: 34px;
}

.protection-list {
  margin-bottom: 20px;
  width: 100%;
}

.protection-list-item {
  margin-bottom: 18px;
}

.protection-list-item b {
  color: #fbbc05;
  margin-right: 1px;
}

.price__protection .old-price {
  color: #fff;
}

.price__protection .actual-price {
  color: #fbbc05;
}

.protection-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}

.protection-item {
  width: 48%;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  font-family: "RobotoMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.protection-item::before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

.protection-item:nth-of-type(1)::before {
  background-image: url(../img/general/protection-time-icon.png);
}

.protection-item:nth-of-type(2)::before {
  background-image: url(../img/general/protection-color-icon.png);
}

.protection-item:nth-of-type(3)::before {
  background-image: url(../img/general/protection-eco-icon.png);
}

.protection-item:nth-of-type(4)::before {
  background-image: url(../img/general/protection-bio-icon.png);
}

/***
  ** Video Section
  **/
.video-section {
  padding: 200px 0 182px;
  background-image: url(../img/content/video-section-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.video .iframe-fluid {
  padding-bottom: 51%;
}

.video iframe {
  padding: 3.28% 18.4% 8.36% 18.64%;
}

.video-wrapper {
  width: 100%;
  background-image: url(../img/content/video-bg.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/***
  ** Gallery
  **/
.gallery-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-item {
  position: relative;
  width: 33.333333%;
  padding-bottom: 23.5%;
  z-index: 0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  content: "";
  opacity: 1;
  -webkit-transition: opacity .8s;
       -o-transition: opacity .8s;
          transition: opacity .8s;
  pointer-events: none;
}

.gallery-item a:hover {
  cursor: pointer;
}

.gallery-item a:hover::before {
  opacity: 0;
  -webkit-transition: opacity .8s;
       -o-transition: opacity .8s;
          transition: opacity .8s;
}

/***
  ** Orders
  **/
.orders {
  padding: 90px 0 100px;
  background-image: url(../img/content/orders-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.orders-title {
  font-size: 36px;
  color: #cc0b2e;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 42px;
}

.orders-title::before {
  display: block;
  width: 40px;
  height: 26px;
  margin-right: 7px;
  background: url(../img/general/logo-icon.jpg) center/contain no-repeat;
  content: "";
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.order .input {
  border: 1px solid #00164f;
  color: #00164f;
  -webkit-box-shadow: inset 0 0 0 0 #00164f;
          box-shadow: inset 0 0 0 0 #00164f;
}

.order .input:focus {
  -webkit-box-shadow: inset 0 0 0 1px #00164f;
          box-shadow: inset 0 0 0 1px #00164f;
}

.order .input:-ms-input-placeholder {
  color: #00164f;
  opacity: 1;
}

.order .input::-webkit-input-placeholder {
  color: #00164f;
  opacity: 1;
}

.order .input::-ms-input-placeholder {
  color: #00164f;
  opacity: 1;
}

.order .input::placeholder {
  color: #00164f;
  opacity: 1;
}

.order .btn__order {
  background-color: #cc0b2e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order .btn__order:hover {
  background-color: #af0927;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex: 1 1 1%;
      -ms-flex: 1 1 1%;
          flex: 1 1 1%;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.order-info-descr {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 19px;
}

.descr-row {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2px;
}

.descr-row b {
  font-family: "RobotoMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.descr-row span:first-child {
  width: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}

.descr-row span:first-child::after {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  margin: 0 4px;
  border-bottom: 1px solid #00164f;
  content: "";
}

.timer__order .time-text, .timer__order .time-descr {
  color: #00164f;
}

.timer__order .time-num {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.price__order {
  margin-bottom: 21px;
}

.price__order .actual-price {
  color: #00164f;
  text-shadow: none;
}

.order-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.order-form label {
  display: none;
}

.input {
  width: 100%;
  height: 30px;
  padding: 0 10px 0 38px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
}

.input:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
}

input[name="phone"] {
  background-image: url("../img/general/input-phone.png");
  background-position: 3.4% center;
  -webkit-background-size: 19px 19px;
          background-size: 19px 19px;
  background-repeat: no-repeat;
  background-color: transparent;
}

input[name="name"] {
  background: url("../img/general/input-person.png");
  background-position: 4% center;
  -webkit-background-size: 15px 19px;
          background-size: 15px 19px;
  background-repeat: no-repeat;
  background-color: transparent;
}

select {
  background: url("../img/general/select-arrow.png");
  background-position: 4% center;
  -webkit-background-size: 15px 11px;
          background-size: 15px 11px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.protection input[name="phone"] {
  background-image: url("../img/general/input-phone-white.png");
}

.protection input[name="name_first"] {
  background-image: url("../img/general/input-person-white.png");
}

.form-group {
  width: 300px;
}

.input-group {
  margin-bottom: 10px;
}

.select-group {
  margin-bottom: 10px;
}

.form-descr {
  margin-top: 4px;
  margin-bottom: 26px;
  font-size: 14px;
  color: #f00;
  text-indent: 8px;
}

.order-slider-wrapper {
  width: 654px;
}

.order-slider-inner {
  margin-bottom: 10px;
  position: relative;
}

.order-slider {
  overflow: hidden;
}

.order-slider .slick-list {
  margin: 0 -5px;
}

.order-slider .slick-slide {
  position: relative;
  overflow: hidden;
  height: 467px;
  margin: 0 5px;
}

.order-slider .slick-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.order-slider-nav .slick-list {
  margin: 0 -.792%;
}

.order-slider-nav .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.order-slider-nav .slick-track::before, .order-slider-nav .slick-track::after {
  display: none;
}

.order-slider-nav .slick-slide {
  position: relative;
  margin: 0 .792%;
  width: 15.084% !important;
  padding-bottom: 10.862%;
  -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
}

.order-slider-nav .slick-slide:hover, .order-slider-nav .slick-slide.slick-current {
  -webkit-box-shadow: inset 0 -5px 0 #cc0b2e;
          box-shadow: inset 0 -5px 0 #cc0b2e;
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
}

.order-slider-nav .slick-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.order-slider-prev, .order-slider-next {
  font-size: 16px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 2.44444em;
  height: 2.44444em;
  border: 1px solid #fff;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-slider-prev::before, .order-slider-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: .61111em;
  height: 1.05556em;
  background: url(../img/general/slider-arrow.png) center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.order-slider-prev:hover, .order-slider-next:hover {
  opacity: 1;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.order-slider-prev {
  left: 3%;
}

.order-slider-next {
  right: 3%;
}

.order-slider-next::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

/***
  ** Advantages
  **/
.advantages {
  background-image: url(../img/content/advantages-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.advantages .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}

.advantages-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  padding: 82px 0 88px;
}

.advantages-image {
  position: absolute;
  top: 50%;
  left: 13%;
  width: 285px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.advantages-title {
  margin-bottom: 30px;
  font-size: 36px;
  color: #fbbc05;
  text-indent: -2px;
}

.advantages-list {
  font-size: 24px;
  color: #fefeff;
}

.advantages-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.advantages-list li::before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 8px;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

.advantages-list li:nth-of-type(1)::before {
  background-image: url(../img/general/adv-naturalness-icon.png);
}

.advantages-list li:nth-of-type(2)::before {
  background-image: url(../img/general/adv-waterproof-icon.png);
}

.advantages-list li:nth-of-type(3)::before {
  background-image: url(../img/general/adv-sheepskin-icon.png);
}

.advantages-list li:nth-of-type(4)::before {
  background-image: url(../img/general/adv-antislip-icon.png);
}

.advantages-list li:nth-of-type(5)::before {
  background-image: url(../img/general/adv-heatexchange-icon.png);
}

.advantages-list li:nth-of-type(6)::before {
  background-image: url(../img/general/adv-insole-icon.png);
}

.advantages-list li:nth-of-type(7)::before {
  background-image: url(../img/general/adv-compliance-icon.png);
}

.advantages-list li:nth-of-type(8)::before {
  background-image: url(../img/general/adv-hightech-icon.png);
}

.advantages-list li:nth-of-type(9)::before {
  background-image: url(../img/general/adv-design-icon.png);
}

/***
  ** Delivery
  **/
.delivery-reviews {
  background-image: url(../img/content/delivery-reviews-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.del-rev-title {
  font-size: 36px;
  color: #cc0b2e;
  margin-bottom: 92px;
}

.delivery {
  padding-top: 83px;
  margin-bottom: 126px;
}

.delivery-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
}

.delivery-item {
  width: 25%;
  padding-left: 30px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.delivery-item-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  height: 51px;
  margin-bottom: 40px;
}

.delivery-item-title {
  position: relative;
  margin-bottom: 34px;
  font-family: "RobotoMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 24px;
  color: #cc0b2e;
}

.delivery-item-title::before {
  position: absolute;
  top: 1px;
  left: -30px;
  display: block;
  width: 1px;
  height: 27px;
  background-color: #00164f;
  opacity: .5;
  content: "";
}

.delivery-item-text {
  line-height: 1.5;
}

/***
  ** Reviews
  **/
.reviews {
  padding-bottom: 144px;
}

.reviews .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.reviews-slider-wrapper {
  position: relative;
  width: 100%;
}

.reviews-slider {
  position: relative;
}

.reviews-slider .slick-list {
  margin: 0 -23%;
}

.reviews-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.reviews-slider .slick-center {
  z-index: 1;
}

.reviews-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  height: auto;
}

.reviews-slider.slick-dotted.slick-slider .slick-dots {
  bottom: -53px;
}

.reviews-slider-inner {
  -webkit-transition: all .8s;
       -o-transition: all .8s;
          transition: all .8s;
}

.reviews-slider-item {
  position: relative;
  padding: 15px 20px 75px;
  margin-bottom: 92px;
  background-color: #fff;
  font-size: 16px;
}

.reviews-slider-item::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00164f;
  -webkit-box-shadow: 0 5px 16px 4px rgba(0, 0, 0, .35);
          box-shadow: 0 5px 16px 4px rgba(0, 0, 0, .35);
  content: "";
  z-index: -1;
}

.reviews-item-text {
  position: relative;
  line-height: 1.5;
}

.reviews-item-author {
  position: absolute;
  left: 50%;
  top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50px);
      -ms-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
}

.reviews-author-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  -webkit-box-shadow: 0 3px 9px 1px rgba(0, 0, 0, .35);
          box-shadow: 0 3px 9px 1px rgba(0, 0, 0, .35);
}

.reviews-author-name {
  font-size: 24px;
  color: #cc0b2e;
  text-align: center;
}

.reviews-slider-prev, .reviews-slider-next {
  font-size: 16px;
  position: absolute;
  top: 104%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 2.75em;
  height: 2.75em;
  border: 1px solid #00164f;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reviews-slider-prev::before, .reviews-slider-next::before {
  display: block;
  width: .6875em;
  height: 1.1875em;
  background: url(../img/general/slider-arrow-reviews.png) center/contain no-repeat;
  content: "";
}

.reviews-slider-prev:hover, .reviews-slider-next:hover {
  opacity: 1;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.reviews-slider-prev {
  left: 25.8%;
}

.reviews-slider-next {
  right: 25%;
}

.reviews-slider-next::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/***
  ** Bottom Banner
  **/
.bottom-banner {
  padding: 28px 0 135px;
  background-image: url(../img/content/bottom-banner-bg.jpg);
  background-position: 50% 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.bottom-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.bottom-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  width: 438px;
  margin-left: 60px;
}

.banner-title__bottom {
  margin-bottom: 36px;
}

.banner-title__bottom .banner-highlight::before {
  background-color: #fbbc05;
}

.banner-title__bottom .banner-highlight:nth-of-type(2)::before {
  left: .04444em;
  right: .03333em;
}

.bottom-banner-shoe {
  position: absolute;
  right: 5px;
  bottom: -6%;
  bottom: -30px;
  z-index: 0;
  width: 60.6%;
}

.discount__bottom-banner {
  right: 33.4%;
  top: 11.4%;
  width: 266px;
  height: 135px;
  background-image: url(../img/general/discount-bg-bottom-banner.png);
}

.discount__bottom-banner .discount-inner {
  top: 50%;
  right: 32%;
}

.timer__bottom-banner .time-num {
  background-color: #cc0b2e;
  color: #fff;
}

.timer__bottom-banner .time-item:first-child .time-num {
  color: #cb7887;
}

.btn__bottom-banner {
  background-color: #fbbc05;
  color: #000;
}

.btn__bottom-banner:hover {
  background-color: #fba605;
  color: #000;
}

/***
  ** Footer
  **/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background-color: rgba(0, 0, 0, .7);
  font-family: Arial;
  font-size: 14px;
  color: #e6e6e6;
}

footer a {
  color: #e6e6e6;
}

footer a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

footer .footer-content {
  width: 100%;
  padding-left: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

/***
  ** Pop-ups
  **/
.mfp-policy {
  position: relative;
  display: block;
  width: 55%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  font-family: Arial;
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.mfp-policy h2 {
  text-align: center;
  margin-bottom: 20px;
}

.mfp-policy p {
  margin-bottom: 20px;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1400px) {
  .features-protection {
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
}

@media (max-width: 1199px) {
  .mfp-policy {
    width: 80%;
  }
  .top-banner {
    background-position: 28% 100%;
    padding: 28px 0 68px;
  }
  .top-banner-content {
    margin-right: 0;
  }
  .top-banner-shoe {
    left: -12px;
    top: 12%;
    width: 57.56%;
  }
  .discount__top-banner {
    right: -8%;
    top: 30%;
  }
  .discount__top-banner .discount-inner {
    top: 46%;
    right: 12%;
  }
  .features-items {
    padding: 0 25px;
  }
  .protection-spray {
    width: 58.82%;
  }
  .protection-img {
    width: 45%;
  }
  .protection-text {
    width: 55%;
    padding: 54px 0 70px 0;
  }
  .video .iframe-fluid {
    padding-bottom: 59%;
  }
  .video iframe {
    padding: 4.1% 13.7% 9.8% 14%;
  }
  .order-info {
    padding-left: 20px;
  }
  .order-slider-wrapper {
    width: 580px;
  }
  .descr-row span:first-child::after {
    display: none;
  }
  .order-info-descr {
    width: 300px;
  }
  .descr-row span:first-child {
    width: 50%;
  }
  .descr-row {
    padding-left: 8px;
  }
  .descr-row:nth-child(odd) {
    background-color: rgba(255, 229, 143, .65);
  }
  .advantages-image {
    left: 4%;
  }
  .delivery-item-title::before {
    left: -20px;
  }
  .delivery-item {
    padding-left: 20px;
    padding-right: 5px;
  }
  .delivery {
    margin-bottom: 93px;
  }
  .bottom-banner-shoe {
    right: -22px;
    bottom: 18px;
    width: 62.6%;
  }
  .bottom-banner-content {
    margin-left: 20px;
  }
  .bottom-banner {
    padding: 28px 0 98px;
  }
  footer .footer-content {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  footer .footer-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  footer .footer-address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-policy {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
  }
  .mfp-policy {
    width: 90%;
  }
  .top-banner-shoe {
    left: -28%;
    top: auto;
    bottom: 5%;
  }
  .top-banner-content > *:not(.banner-title) {
    margin-left: 175px;
  }
  .discount__top-banner {
    right: -15%;
    top: 30%;
  }
  .discount__top-banner .discount-inner {
    top: 46%;
    right: 11%;
  }
  .features-text {
    padding: 0;
  }
  .features-content svg {
    display: none;
  }
  .features {
    /*background-color: #fbbc05;*/
  }
  .features-items {
    font-size: 14px;
  }
  .features-items .fi-leather .features-item-descr {
    margin: 0;
    width: 100%;
  }
  .features-protection {
    background: none;
  }
  .protection {
    background-image: url(../img/content/protection-bg.jpg);
    background-position: 100% 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
  }
  .protection .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .protection-text {
    width: 100%;
  }
  .protection-img {
    width: 82%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .protection-spray {
    position: relative;
    right: 15%;
    z-index: 3;
    width: 37.82%;
  }
  .discount__protection {
    right: -68%;
  }
  .features-content {
    padding-bottom: 68px;
  }
  .protection-img::before {
    z-index: 0;
    left: -16vw;
    background: url(../img/content/protection-leaves-bg.png) 100% 100%/cover no-repeat;
  }
  .orders {
    background-position: 66% 50%;
    padding: 75px 0 75px;
  }
  .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .order-slider-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .order-info {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .order-info-descr {
    width: auto;
  }
  .advantages {
    background-position: 44% 50%;
  }
  .advantages-content {
    padding: 58px 0 60px;
  }
  .advantages-image {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    margin: 10px 0 20px;
  }
  .advantages .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .advantages-list li {
    font-size: 22px;
    line-height: 1.5;
  }
  .delivery-item {
    width: 38%;
    margin-bottom: 50px;
  }
  .delivery {
    padding-top: 46px;
    margin-bottom: 25px;
  }
  .del-rev-title {
    margin-bottom: 68px;
  }
  .reviews-slider .slick-list {
    margin: 0 -42%;
  }
  .reviews {
    padding-bottom: 120px;
  }
  .bottom-banner-content {
    margin-left: 0;
  }
  .bottom-banner-content > *:not(.banner-title) {
    margin-right: 138px;
  }
  .discount__bottom-banner .discount-inner {
    top: 50%;
    right: 41%;
  }
  .discount__bottom-banner {
    right: 24.4%;
    top: 6.4%;
  }
  .bottom-banner-shoe {
    right: -30%;
    bottom: 25px;
    width: 69.6%;
  }
  .bottom-banner {
    padding: 28px 0 88px;
  }
  footer {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-policy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-address {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
  }
  .banner-title {
    font-size: 2.33333em;
    padding: 0 35px;
  }
  .top-banner-shoe {
    width: 70.56%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .discount__top-banner {
    right: -24%;
    top: 30%;
  }
  .top-banner-content > *:not(.banner-title) {
    margin-left: 0;
  }
  .top-banner-content {
    width: 100%;
  }
  .features-items {
    font-size: 11px;
    padding: 0;
  }
  .protection-spray {
    width: 41.82%;
  }
  .discount__protection .discount-inner {
    top: 46%;
    right: 16%;
  }
  .discount__protection {
    right: -76%;
  }
  .video {
    margin: 0 -5%;
  }
  .video-section {
    padding: 160px 0 142px;
  }
  .orders {
    padding: 55px 0 65px;
  }
  .order-slider .slick-slide {
    height: 348px;
  }
  .advantages-list li {
    font-size: 20px;
  }
  .advantages-content {
    padding: 45px 0 60px;
  }
  .delivery-item {
    width: 48%;
    margin-bottom: 32px;
  }
  .delivery-item-icon {
    margin-bottom: 20px;
  }
  .delivery-item-title {
    margin-bottom: 14px;
  }
  .del-rev-title {
    margin-bottom: 52px;
  }
  .reviews-slider .slick-list {
    margin: 0;
  }
  .reviews-slider .slick-slide {
    margin: 0 30px;
  }
  .reviews-slider .slick-list {
    margin: 0 -30px;
  }
  .reviews-slider-inner {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
  .reviews-slider.slick-dotted.slick-slider .slick-dots {
    bottom: -33px;
  }
  .reviews-slider-prev, .reviews-slider-next {
    top: 100%;
  }
  .reviews-slider-next {
    right: -10px;
  }
  .reviews-slider-prev {
    left: 0;
  }
  .reviews {
    padding-bottom: 74px;
  }
  .banner-highlight::before {
    bottom: .24444em;
  }
  .bottom-banner-shoe {
    width: 87.6%;
    margin-bottom: 33px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .bottom-banner-content > *:not(.banner-title) {
    margin-right: 0;
  }
  .bottom-banner-content {
    width: 100%;
  }
  .discount__bottom-banner {
    right: 23.4%;
    top: 4.4%;
  }
  .bottom-banner {
    padding: 28px 0 105px;
  }
  footer .footer-content {
    color: #999;
    font-size: 12px;
  }
  footer .footer-content a {
    color: #999;
  }
}

@media (max-width: 575px) {
  footer .footer-content {
    padding: 0 15px;
  }
  .mfp-policy {
    width: 98%;
    padding: 10px;
  }
  .mfp-policy h2 {
    font-size: 22px;
    padding: 0 25px;
  }
  .mfp-policy p {
    font-size: 14px;
    text-align: justify;
  }
  .logo {
    width: 290px;
    margin: 0 auto 15px;
  }
  .banner-title {
    font-size: 33px;
    padding: 0;
  }
  .top-banner {
    padding: 18px 0 53px;
    background-image: url(../img/content/top-banner-bg-mob.jpg);
    background-position: 50% 100%;
  }
  .top-banner-shoe {
    width: 104.56%;
    margin-bottom: 15px;
  }
  .banner-title__top {
    margin-bottom: 63px;
  }
  .discount__top-banner {
    left: -77px;
    top: -12%;
  }
  .discount__top-banner .discount-inner {
    top: 46%;
    right: 22%;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-banner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
  }
  .features-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
  .features-items::before, .features-items::after {
    display: none;
  }
  .features-item {
    margin-bottom: 58px;
  }
  .features-item-img {
    margin-bottom: 25px;
  }
  .protection-img {
    width: 100%;
  }
  .protection-img::before {
    left: -10px;
    width: 118vw;
    background: url(../img/content/protection-leaves-bg.png) 0 100%/cover no-repeat;
  }
  .protection-title {
    font-size: 30px;
    text-align: center;
    padding: 0 20px;
    line-height: 1;
  }
  .protection-text {
    padding: 40px 0 50px 0;
  }
  .protection-item {
    width: 100%;
  }
  .protection-items {
    margin-bottom: 6px;
  }
  .protection {
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position: 87% 100%;
  }
  .protection-spray {
    width: 57.82%;
    right: 14%;
    right: 45px;
  }
  .discount__protection {
    right: -157px;
    top: 29.6%;
  }
  .discount__protection .discount-inner {
    top: 47%;
    right: 23%;
  }
  .features-content {
    padding-bottom: 8px;
  }
  .video-section {
    padding: 100px 0 90px;
  }
  .video {
    margin: 0 -4%;
  }
  .gallery-item {
    width: 50%;
    padding-bottom: 35.4%;
  }
  .orders {
    padding: 50px 0;
    background-position: 51.5% 50%;
  }
  .orders-title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .orders-title::before {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .order-slider .slick-slide {
    height: 100vw;
  }
  .order-slider-prev {
    left: 0;
  }
  .order-slider-next {
    right: 0;
  }
  .order-slider-nav .slick-list {
    margin: 0 -1.6%;
  }
  .order-slider-nav .slick-slide {
    margin: 0 1.6%;
  }
  .order-slider-nav .slick-slide {
    width: 30% !important;
    padding-bottom: 22%;
    margin-bottom: 10px;
  }
  .descr-row {
    padding-left: 0;
    line-height: 1.4;
  }
  .descr-row span {
    padding: 0 8px;
  }
  .advantages-title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  .advantages-content {
    padding: 40px 0;
  }
  .advantages {
    background-position: 31% 50%;
  }
  .advantages-image {
    margin: 20px 0;
  }
  .del-rev-title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 46px;
  }
  .delivery-item {
    padding: 0;
    width: 50%;
  }
  .delivery-item:nth-child(even) {
    text-align: right;
  }
  .delivery-item:nth-child(even) .delivery-item-icon {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .delivery-item-title::before {
    display: none;
  }
  .delivery {
    padding-top: 40px;
  }
  .reviews-slider-wrapper {
    width: 97%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .reviews-slider.slick-dotted.slick-slider .slick-dots {
    bottom: -23px;
  }
  .reviews-slider-prev, .reviews-slider-next {
    top: 97.8%;
  }
  .bottom-banner {
    padding: 18px 0 120px;
  }
  .bottom-banner-shoe {
    width: 103.6%;
    margin-bottom: 38px;
  }
  .banner-title__bottom {
    margin-bottom: 46px;
  }
  .bottom-banner {
    background-position: 24% 100%;
  }
  .discount__bottom-banner {
    right: 33.4%;
    top: -8.6%;
  }
  .discount__bottom-banner .discount-inner {
    top: 48%;
    right: 23%;
  }
  .discount__top-banner {
    left: -81px;
    top: -33px;
  }
  .discount__top-banner .discount-inner {
    top: 47%;
    right: 22%;
  }
  .banner-title__top {
    padding: 0 10px;
  }
  .top-banner-shoe {
    max-width: 376px;
  }
  .discount__top-banner {
    width: 266px;
    height: 135px;
    background-image: url(../img/general/discount-bg-bottom-banner.png);
  }
  .protection-spray {
    max-width: 208px;
  }
  .bottom-banner-shoe {
    max-width: 373px;
  }
  .banner-title__bottom {
    padding: 0 30px;
  }
  .discount__bottom-banner .discount-inner {
    right: 26%;
  }
}

@media (max-width: 380px) {
  .banner-title__top {
    padding: 0;
  }
  .banner-title__bottom {
    padding: 0;
  }
  .discount__bottom-banner .discount-inner {
    right: 23%;
  }
}

/*==========  Mobile First  ==========*/


.order-form label, label.error{
  display: none !important;
}

/*new year*/
.e-top{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url('../img/e-top.png') no-repeat center top / cover;
  width: 100%;
  height: 70px;
  z-index: 999;
}

#xmas{
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 998;
}



.table-size {
  max-width: 730px;
  padding: 35px 30px 32px;
  border-collapse: collapse;
}

@media (max-width: 575px) {
  .table-size {
    padding: 10px;
    padding-top: 30px;
  }
}

.table-size .remodal-close {
  left: auto;
  right: 0;
}

.table-size {
  margin-bottom: 20px;
}

.table-size table {
  border-collapse: collapse;
  width: 100%;
  color: #333;
  padding: 10px;
  font-size: 20px;
  color: #000;
  text-align: left;
}

.table-size thead tr {
  text-transform: uppercase;
}

.table-size thead th {
  padding: 3px 0 7px 0;
  color: #000;
  font: 18px/1.3 "FuturaPT-Medium", sans-serif;
  text-align: center;
}

@media (max-width: 575px) {
  .table-size thead th {
    font-size: 15px;
    padding: 10px 2px 10px;
  }
}

.table-size tbody td {
  width: 14%;
  padding: 11px 5px 11px 5px;
  color: #000;
  font: 14px/1.3 "FuturaPT-Medium", sans-serif;
  text-align: center;
  background: #e4e3f2;
  border-bottom: 1px solid #c1bfd7;
}

@media (max-width: 1199px) {
  .table-size tbody td {
    width: 6%;
    padding: 11px 4px 11px;
  }
}

@media (max-width: 767px) {
  .table-size tbody td {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .table-size tbody td {
    font-size: 15px;
    padding: 8px 2px 8px;
  }
}

@media (max-width: 500px) {
  .table-size tbody td {
    width: 3%;
  }
}

.table-size tbody td:first-child {
  width: 16.3%;
  padding-left: 0;
  color: #000;
  background: transparent;
  text-align: left;
}

@media (max-width: 1199px) {
  .table-size tbody td:first-child {
    width: 17.7%;
  }
}

@media (max-width: 767px) {
  .table-size tbody td:first-child {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .table-size tbody td:first-child {
    width: 12%;
    font-size: 14px;
    padding: 8px 4px 8px;
  }
}

.table-size tbody td:nth-child(even) {
  background: #dcdae9;
}

.table-size tbody tr:last-child td {
  border-bottom: none;
}

.country_ua{
  display: none;
}

.sale-text{
  margin: 15px 0;
  font-family: "ComfortaaRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 24px;
  text-align: center;
}

  .sale-text span{
    color: #f00;
  }